Camera

Constructors

this
this(vec3 position)
Undocumented in source.
this
this(vec3 position, vec3 target)
Undocumented in source.

Members

Properties

lookAt
vec3 lookAt [@property setter]

Configures the rotation to look at a point

lookAt
vec3 lookAt [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
bool matrix [@property setter]

Gets the rotation matrix for current positon/rotation

position
vec3 position [@property setter]

Configures the position of the matrix Also recalls lookAt given the previous target

position
vec3 position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta